func github.com/klauspost/compress/internal/snapref.emitLiteral
5 uses
github.com/klauspost/compress/internal/snapref (current package)
encode.go#L39: d += emitLiteral(dst[d:], p)
encode_other.go#L24: func emitLiteral(dst, lit []byte) int {
encode_other.go#L108: d += emitLiteral(dst[d:], p)
encode_other.go#L196: d += emitLiteral(dst[d:], src[nextEmit:s])
encode_other.go#L247: d += emitLiteral(dst[d:], src[nextEmit:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |